{% extends 'base_dashboard.html' %} {% block title %}Email templates — {{ site_settings.institute_name }}{% endblock %} {% block content %}
Admin · Email

Email templates

Signup welcome and password-reset templates send automatically when their trigger is active. Manual templates are for compose / bulk send.

Compose / bulk New template
Placeholders: {% verbatim %} {{ user_name }}, {{ email }}, {{ username }}, {{ institute_name }}, {{ login_url }}, {{ reset_url }}, {{ year }}, {{ role }} {% endverbatim %}
{% for t in templates %} {% empty %} {% endfor %}
Name Slug Trigger Active Updated Actions
{{ t.name }} {{ t.slug }} {{ t.get_trigger_display }} {% if t.is_active %} Active {% else %} Off {% endif %} {{ t.updated_at|date:"M j, Y H:i" }} Edit
{% csrf_token %}
No templates yet. Create a signup welcome template to get started.
{% endblock %}